MeasureHorizontalAlignment Enumeration
Represents the horizontal alignment of a measure text relative to its measure line.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum MeasureHorizontalAlignment
Public Enumeration MeasureHorizontalAlignment
| Automatic | 0 |
Horizontal alignment of a measure text relative to its measure line is chosen by the consumer.
|
| LeftOutside | 1 |
Horizontal alignment of a measure text should be left-outside relative to its measure line.
|
| Inside | 2 |
Horizontal alignment of a measure text should be inside relative to its measure line.
|
| RightOutside | 3 |
Horizontal alignment of a measure text should be right-outside relative to its measure line.
|
| None | 4 |
None.
|